Bazel: Externalize JGIT_VERS constant This is needed for defining external documentation link for javadoc rule. Change-Id: I562de840327c6b27941f7238023a47eb8d0b2394
diff --git a/lib/JGIT_VERSION b/lib/JGIT_VERSION index b7f7c84..569cf59 100644 --- a/lib/JGIT_VERSION +++ b/lib/JGIT_VERSION
@@ -1,6 +1,4 @@ +include_defs('//lib/jgit/jgit.bzl') include_defs('//lib/maven.defs') REPO = MAVEN_CENTRAL # Leave here even if set to MAVEN_CENTRAL. -VERS = '4.5.0.201609210915-r' -DOC_VERS = VERS # Set to VERS unless using a snapshot -JGIT_DOC_URL="http://download.eclipse.org/jgit/site/" + DOC_VERS + "/apidocs"